home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / UT_SYSTM / OS9MAX.ZIP / 9100A.DOC < prev    next >
Encoding:
Text File  |  1994-11-17  |  4.8 KB  |  151 lines

  1. -------------------------------------------------------------------------------
  2. OS9MAX             Read/Write/Format/Duplicate/Transfer OS-9 diskettes on PC-AT
  3. -------------------------------------------------------------------------------
  4.  
  5. JUNE-02, 1993   
  6.  
  7. Application Note
  8. ----------------
  9.  
  10.               Read/Write and Editing 9100A Programs Off-Line on
  11.                          a IBM PC compatible computer
  12.                          ----------------------------
  13.  
  14.                                                       By
  15.                                                       Lalith Karunaratne
  16.                                                       Senior Test Engineer
  17.                                                       Siemens Infusion Systems
  18.                                                       Sylmar, California 91342
  19.  
  20. Introduction
  21. ------------
  22.  
  23. The 9100A terminal emulator can be used to transfer programs, text files and
  24. nodelist files between a 9100A station and a PC using a null-modem RS232
  25. connection cable.
  26. But by using the following software it is now possible to use a PC as a
  27. completely remote 9100A programming station.
  28.  
  29. 1/ DTR OS9MAX
  30. 2/ TL/1 TEST LANGUAGE CHECKER
  31.  
  32. OS9MAX is a unique software solution to handle 9100A diskettes on a PC without
  33. any additional hardware. This software allows any read/write and format
  34. operations on double or high density diskettes. Any text or binary files can be
  35. transferred from floppy to PC hard disk and from hard disk to floppy disk with
  36. full pathnames the way it is used in 9100A format (UUT, PROGRAM, NODE, LIBRARY,
  37. TEXT etc.). Duplicating 9100A (OS-9 format) diskettes on a PC is much faster
  38. than on the 9100A station, with the present PC clock speeds and shorter disk
  39. access times. Along with the TL/1 TEST LANGUAGE CHECKER, a PC can be
  40. transformed into a complete remote 9100A programming station.
  41. The system requirements are an AT class PC or LapTop (80286 or higher) with
  42. MS or PC DOS.
  43.  
  44. Some of the commands used under OS9MAX.
  45. chd (change directory), cat/dir (show directory), makdir (create directory),
  46. deldir (delete directory), tree (show structure), del (delete a file), list
  47. (type a file), import (copy from floppy to PC hard disk), export (copy
  48. from PC hard disk to floppy disk), copy (copy from, to floppy), rename (rename
  49. directory or file), dcopy (copy a diskette), auto (auto detect a format),
  50. format (format a diskette), dcheck (check system structure), free (show free
  51. space), map (display free space map), help,  macro (execute a command list from
  52. file), dos (run DOS commands).
  53.  
  54. -2-
  55.  
  56.  
  57. Sample Session
  58. --------------
  59.  
  60. Objective
  61. ---------
  62.  
  63. Transfer a PROGRAM file from 9100A formatted diskette to the PC hard disk.
  64. Edit as needed, use TL/1 LANGUAGE CHECKER, format diskette in 9100A format
  65. and transfer under a different name to be executed in the 9100A station.
  66.  
  67. Procedure
  68. ---------
  69.  
  70. Create a directory called OS9MAX in PC hard drive.
  71. Install all OS9MAX files in this directory.
  72. Copy files TLC.EXE and TLL from TL/1 LANGUAGE CHECKER to this directory.
  73.  
  74. FIle to be transferred is under,
  75.  
  76.             UUT      - ASIC
  77.             PROGRAM  - MAIN
  78.  
  79. in a 9100A formatted diskette.
  80.  
  81. Insert the above diskette in the appropriate drive.
  82.  
  83. Type
  84.   OS9MAX b: <return>  (diskette in drive B:)
  85.  
  86. The prompt will be 'u1>'
  87.  
  88. Type
  89.   AUTO <return>
  90.  
  91. (This command analyses and detects the floppy format.
  92. For a double density 9100A diskette the format is
  93.  
  94.   80,2,16,16,0,0,256,256,1,64,dstep[-],dd,3.5
  95.  
  96. A diskette can be formatted to a high density mode by using SET B: USER
  97. command)
  98.  
  99. -3-
  100.  
  101. Type
  102.  
  103.   IMPORT B:\UUT$ASIC\PROGRAM$MAIN C:\OS9MAX\MAIN.TL1 <return>
  104.  
  105. Using an editor of choice makes any necessary changes.
  106.  
  107. The file should be saved in ASCII form.
  108. For this session the file was saved as NEWFILE.TL1 (It is important to use
  109. the .TL1 extension to use the TL/1 LANGUAGE CHECKER).
  110.  
  111. Press ALT key and X key together  (This exits the OS9MAX program.)
  112.  
  113. Prompt now will be 'OS9MAX>'
  114.  
  115. Type
  116.  
  117.   TLC NEWFILE.TL1 <return> (TLC will check errors and display warnings)
  118.  
  119. Insert a blank unformatted diskette in drive B:.
  120.  
  121. Type
  122.  
  123.   OS9MAX B: 9100 <return>   (Get back to OS9MAX program)
  124.  
  125. At the prompt 'u1>'
  126.  
  127. Type
  128.  
  129.   FORMAT <return> (Diskette will be formatted in 9100A format)
  130.  
  131. Type
  132.  
  133.   EXPORT C:\OS9MAX\NEWFILE.TL1 B:\UUT$ASIC\PROGRAM$NEWFILE <return>
  134.   (A newfile PROGRAM will be created under UUT asic.)
  135.  
  136. Now the file NEWFILE is ready to be 'Debugged and Executed' in the 9100A
  137. station.
  138.  
  139. OS9MAX can be obtained from
  140.  
  141.           DATENTECHNIK REISCHKE
  142.           BREMER STRASSE 2
  143.           D-24118 KIEL (GERMANY) FRG
  144.  
  145.           FROM USA: PHONE (011-49-431-805293) FAX (011-49-431-86511)
  146.           INTERN'TL: PHONE (++49-431-805293) FAX (++49-431-86511)
  147.  
  148. TL/1 TEST LANGUAGE CHECKER is a JOHN FLUKE product.
  149.  
  150. - end of file -
  151.